Welcome![Sign In][Sign Up]
Location:
Search - visual c ping

Search list

[Other resourceCHAP05

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高中第5章光盘代码。光盘中包含如下的程序的代码。 5.1 创建商店订货信息管理数据库 5.2 创建商店订货信息管理系统 5.3 多视图技术的实现 5.4 多表操作的实现 5.5 用ADO访问数据库 5.6 一个简单的客户/服务器程序 5.7 HTTP应用程序 5.8 FTP浏览器 5.9 Ping程序的实现 5.10 ATL Server编程实例 5.11 Web Service服务器端程序 5.12 Web Service客户端程序
Platform: | Size: 629360 | Author: 陈小冬 | Hits:

[WAP developPPPxieyishagnwang

Description: 使用VC++开发的很棒的上网拨号工具的程序的源码,可以选择PING,UDP,TCP/IP等等方式,功能比较全面.Using Visual C + + development of the great tools of the Internet dial-up program source code, can choose PING, UDP, TCP / IP, etc., function more comprehensive.
Platform: | Size: 3719071 | Author: 胡权 | Hits:

[WinSock-NDISWinPing

Description: \\Visual c++ 网络程序设计 有关ping 的vc6 实现 WinPing_src\\WinPing
Platform: | Size: 24901 | Author: jinyongkang | Hits:

[Other resource《evc高级编程及其应用开发》源代码-2676

Description: 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)> book on the source code book is divided into 13 chapters, each of WinCE and EVC outlined, graphics programming, dialog controls, processes, threads, documents and the registry, WinCE based database programming, WinCE expanded database programming, communications programming, and PING programming UDP, TCP programming, programming and COM DLL programming. Readers with certain C jerk and WinCE knowledge, based on the book learning, can rapidly improve WinCE programming capacity and the actual level of development.
Platform: | Size: 5221491 | Author: 林夕书 | Hits:

[Com Port电表645

Description: // dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols struct comm { char status,orde[3],address[7],len; unsigned char crc_r,crc_t,flag; }; extern struct comm comm2; extern char zong[15],gu[15],ping[15]; ///////////////////////////////////////////////////////////////////////////// // CDianbiao645App: // See dianbiao645.cpp for the implementation of this class // class CDianbiao645App : public CWinApp { public: CDianbiao645App(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDianbiao645App) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CDianbiao645App) // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_)
Platform: | Size: 352028 | Author: 459777329@qq.com | Hits:

[Windows CE《evc高级编程及其应用开发》源代码-2676

Description: 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)> book on the source code book is divided into 13 chapters, each of WinCE and EVC outlined, graphics programming, dialog controls, processes, threads, documents and the registry, WinCE based database programming, WinCE expanded database programming, communications programming, and PING programming UDP, TCP programming, programming and COM DLL programming. Readers with certain C jerk and WinCE knowledge, based on the book learning, can rapidly improve WinCE programming capacity and the actual level of development.
Platform: | Size: 7224320 | Author: 林夕书 | Hits:

[Remote ControlICMP_SOUCE

Description: ICMP高级编程,实现ping和TRACEROUTE工具的实例,在visual c++.nethua-ICMP senior programming, ping tool and TRACEROUTE example, In visual c. nethua
Platform: | Size: 3962880 | Author: 林林 | Hits:

[Internet-NetworkWinPing

Description: \Visual c++ 网络程序设计 有关ping 的vc6 实现 WinPing_src\WinPing-Visual c++ Network programming related to ping the vc6 realize WinPing_srcWinPing
Platform: | Size: 124928 | Author: jinyongkang | Hits:

[Internet-NetworkWinPing_src

Description: visual C++网络ping程序源码,模仿ping程序,了解协议-visual C++ network ping program source code, imitate ping procedures, understanding of the agreement
Platform: | Size: 145408 | Author: machao | Hits:

[.netlianxu_Ping

Description: 本程序是用 Visual C++.net (VC.net)编写的网络通信程序。 实现 如何进行连续的Ping 的程序代码。代码注解详细。有需要的朋友下载看看。-This procedure is used Visual C . Net (VC.net) the preparation of the network communication program. The realization of how to carry out continuous Ping program code. Detailed code comments. There is a need to download and see friends.
Platform: | Size: 168960 | Author: 羊妹妹 | Hits:

[Internet-Networkzhihui

Description: 模拟ping程序,实现 –l, -n, -w, -t等参数,在windows Visual C++ 下调试通过。-Analog ping procedures, implementation-l,-n,-w,-t and other parameters, in the windows Visual C++ under the debugger through.
Platform: | Size: 585728 | Author: 智慧 | Hits:

[VC/MFCsisuanjiwanluo

Description: 1.设计要求 1.1已知参数:目的节点IP地址或主机名 1.2设计要求:通过原始套接字编程,实现Ping的基本功能 1.2.1初始化Windows Sockets网络环境; 1.2.2解析命令行参数,构造目的端socket地址; 1.2.3定义IP、ICMP报文; 1.2.4接收ICMP差错报文并进行解析。 1.3. 编程平台和语言不限,推荐使用Visual C++ ,Java(环境为MyEclipse) -1. Design requirements for 1.1 are known parameters: the purpose of the node IP address or host name of the design requirements of 1.2: The original Socket programming, to achieve the basic functions of Ping to initialize Windows Sockets Network 1.2.1 environment 1.2.2 Analysis of the command line parameters, structural purpose client socket address 1.2.3 the definition of IP, ICMP message 1.2.4 to receive ICMP error messages and resolve. 1.3. Programming platforms and languages are not limited to recommend the use of Visual C++, Java (the environment, MyEclipse)
Platform: | Size: 6144 | Author: 裴度麒 | Hits:

[Internet-NetworkICMP

Description: 本程序在Visual c++环境下实现ping和Traceroute工具实例。-The program in Visual c++ environment to achieve an instance of ping and Traceroute tools.
Platform: | Size: 3953664 | Author: baochen | Hits:

[TCP/IP stackicmp

Description: ICMP就是所谓的Internet控制报文协议(Internet Control Message Protocol),在网络中,一般用它来传递差错报文以及其他应注意的信息。ICMP一般被认为是和IP协议同一层的协议,IMCP报文通常被IP层或者更高层的协议(如:TCP或者UDP)使用,ICMP对于互联网以及其他基于IP协议的网络的正常运行起着非常重要的作用。有许多重要的网络程序都是基于ICMP协议上的,最为著名如Ping和Tracert等。本文就来介绍用Visual C#实现基于ICMP协议重要的网络命令Ping的方法。 -ICMP is called the Internet control message protocol (Internet Control Message Protocol), in the network, generally using it to pass error messages and other information that should be noted. ICMP and IP generally considered to be the same layer of the protocol agreement, IMCP IP layer packet or, more often high-level protocols (such as: TCP or UDP) used, ICMP for the Internet and other IP protocol based on the normal operation of the network plays a very important role. There are many important web applications are based on the ICMP protocol, the most famous such as Ping and Tracert. In this paper, to introduce the use of Visual C# ICMP protocol-based network command Ping important ways.
Platform: | Size: 7168 | Author: 沈阳 | Hits:

[TCP/IP stackICMP

Description: ICMP就是所谓的Internet控制报文协议(Internet Control Message Protocol),在网络中,一般用它来传递差错报文以及其他应注意的信息。ICMP一般被认为是和IP协议同一层的协议,IMCP报文通常被IP层或者更高层的协议(如:TCP或者UDP)使用,ICMP对于互联网以及其他基于IP协议的网络的正常运行起着非常重要的作用。有许多重要的网络程序都是基于ICMP协议上的,最为著名如Ping和Tracert等。本文就来介绍用Visual C#实现基于ICMP协议重要的网络命令Ping的方法。 -ICMP is called the Internet control message protocol (Internet Control Message Protocol), in the network, generally using it to pass error messages and other information that should be noted. ICMP and IP generally considered to be the same layer of the protocol agreement, IMCP IP layer packet or, more often high-level protocols (such as: TCP or UDP) used, ICMP for the Internet and other IP protocol based on the normal operation of the network plays a very important role. There are many important web applications are based on the ICMP protocol, the most famous such as Ping and Tracert. In this paper, to introduce the use of Visual C# ICMP protocol-based network command Ping important ways.
Platform: | Size: 1024 | Author: 沈阳 | Hits:

[Internet-NetworkMY_ping(1)

Description: Visual C++ 平台下实现Ping命令,打包,发送,接收,解包等过程 对学习网络基础编程很有好处
Platform: | Size: 74752 | Author: lord | Hits:

[Internet-NetworkMY_ping_command(1)

Description: Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等 对网络编程初期学习者很有帮助
Platform: | Size: 33792 | Author: lord | Hits:

[Internet-Networkping_3

Description: ping 一个局域网内主机是否在线,可以在visual c++上面运行-ping a LAN host is online, in visual c++ to run
Platform: | Size: 714752 | Author: 洪国松 | Hits:

[Internet-NetworkPing1

Description: 另一个使用Visual C++ 6.0实现的dos命令 ping 的例子-Implemented using the Visual C++ 6.0 dos command ping example
Platform: | Size: 18432 | Author: fcy | Hits:

[CSharpCSharp-internet

Description: VisualC#的网络开发 案例1 动态获取本机MAC地址 案例2 动态获取本机IP地址 案例3 动态网络Ping操作 案例4 定时访问互联网 案例5 定制网络浏览器程序 案例6 动态发送电子邮件 案例7 动态读取XMI文件-Visual C# network development Example 1 Get the local MAC address dynamically Case 2 dynamically obtains the local IP address Scenario 3 Dynamic Network Ping operation Case 4 Regular access to the Internet Case 5 Customize the web browser program Case 6 sends an e-mail message dynamically Case 7 dynamically reads the XMI file
Platform: | Size: 421888 | Author: 潘振 | Hits:
« 1 2 34 »

CodeBus www.codebus.net